projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b3795
)
exynos5: enable dm i2c
author
Przemyslaw Marczak
<
[email protected]
>
Tue, 27 Jan 2015 12:36:39 +0000
(13:36 +0100)
committer
Simon Glass
<
[email protected]
>
Fri, 30 Jan 2015 00:10:01 +0000
(17:10 -0700)
This patch enables CONFIG_DM_I2C and also CONFIG_DM_I2C_COMPAT.
The last one should be removed when all the i2c peripheral
drivers will use dm i2c framework.
Signed-off-by: Przemyslaw Marczak <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
Cc: Akshay Saraswat <
[email protected]
>
Cc: Minkyu Kang <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
include/configs/exynos5-common.h
patch
|
blob
|
history
diff --git
a/include/configs/exynos5-common.h
b/include/configs/exynos5-common.h
index ad63f3c5496d39e0be23c35d2a1d29c92edf8c11..0ba39a23dd03d4fcf71d3bed7815e8149cc7019d 100644
(file)
--- a/
include/configs/exynos5-common.h
+++ b/
include/configs/exynos5-common.h
@@
-126,12
+126,11
@@
#define SPI_FLASH_UBOOT_POS (CONFIG_SEC_FW_SIZE + CONFIG_BL1_SIZE)
/* I2C */
-#define CONFIG_
SYS_I2C_INIT_BOARD
-#define CONFIG_
SYS_I2C
+#define CONFIG_
DM_I2C
+#define CONFIG_
DM_I2C_COMPAT
#define CONFIG_CMD_I2C
-#define CONFIG_SYS_I2C_S3C24X0_SPEED 100000 /* 100 Kbps */
#define CONFIG_SYS_I2C_S3C24X0
-#define CONFIG_
I2C_MULTI_BUS
+#define CONFIG_
SYS_I2C_S3C24X0_SPEED 100000 /* 100 Kbps */
#define CONFIG_SYS_I2C_S3C24X0_SLAVE 0x0
#define CONFIG_I2C_EDID